home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 January
/
Macworld (2000-01).dmg
/
Updaters
/
DirXtra HTML204
/
xtradoc.dir
/
00007_Script_7
< prev
next >
Wrap
Text File
|
1999-02-22
|
340b
|
13 lines
on mouseUp
global metalist
set ml = the mouseline
set metacount = count (metalist)
if ml < metacount and ml > 0 then -- last item in metalist is the actualy displayed file
puppetsound "time"
updatestage
set str = getat( getat(metalist,ml),2)
htmldolinkabs "html", str
htmlgetmeta "html"
end if
end